/*  

Theme Name: PRiNZ WyntonMagazine modified for BlogNosh Magazine

Theme URI: http://blognosh.com

Description: A premium magazine-style layout for Wordpress with multiple functionalities and additional page templates. "Brother" of my BranfordMagazine theme.

Version: 1.1

Author: Michael Oeser

Modified by: <a href="designingtemptation.com">Temptation Designs</a>

Author URI: http://www.der-prinz.com

Designer URI: http://designingtemptation.com



The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php



/******************************************

*   HTML Elements                         

******************************************/



* {

	margin:0;

	padding:0;

	}



body,html {

	min-height:101%;

	}

	

body {

	background:#000;

	color: #333;

	margin: 0 auto;

	padding: 0 auto;

	}



body, select, input, textarea {

	font: 12px Georgia, Arial, Verdana, Sans-Serif;

	line-height:1.5em;

	}

	

p {	

	margin: 15px 0;

	}





hr {

	display: block;

	height:4px;

	background:#ddd;

	border:0;

	}



small {

	font-size: 0.9em;

	padding:3px 0px;

	}

	



/******* Hyperlinks ********************/



/* standard link behaviour */

a:link, a:active, a:visited { 

	color:#92181D;

	text-decoration: underline;

	} 

a:hover	{ 

	color:#333;

	text-decoration: none; 

	}



/* How the links in the leadstory area on the homepage look like */

#leadcontainer a {color:#FCA618;}



/* Title area links */

.title:link, .title:active, .title:visited { 

	color: #92181D; 

	text-decoration: none;

	} 

.title:hover {

	color: #FCA618;

	text-decoration: underline;

} 

	

/* HTML headline links */

h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}

h3 a:hover {text-decoration:underline;}



h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}

h4 a:hover {text-decoration:underline;}



/* Links in the sidebar */

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}

#sidelist a:hover {text-decoration:underline;}

#sidelist .children li a, #sidelist .children li a:visited {

	padding:2px 2px 2px 0px;

	border:0;

	color: #666;

	}

#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}



/* How tags appear */

#tags a {text-decoration:none;}

#tags a:hover {text-decoration:underline;}



/* Links within comments metadata (date, Author etc.) */

.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}

.commentmetadata a:hover {text-decoration:underline;}



/* Links in the footer */

#footer a {text-decoration: none;} 

#footer a:hover	{text-decoration: underline;}



/*Links in the posts */

.entry a {color:#92181D; text-decoration: none;}

.entry a:hover {color:#666; text-decoration: none;}





/****** Images ****************************/



img, a:link img, a:visited img{border:none; padding:1px;}

img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:none; padding:1px;}

img.left{ float:left; margin:0 12px 5px 0; }

img.center{ display:block; margin:0 auto 5px auto; }

img.right{ float:right; margin:0 0 5px 12px; }

#leadpic {float:center;margin: 0 20px 10px 0;padding:1px;border:none;list-style: none;}

.home-cat-img {float:left; margin:0 6px 4px 0;}

img.nav{border: none;}

	

		

/******************************************

*   Main Element Structure                         

******************************************/





#page { /* main container */

	width:940px;

	margin:0 auto;

	font-size:1em;

	background:#FFF;

	padding: 0 20px 40px 20px;

	}

	

#branding {/* Where the logo is located */

	width:850px;

	height:211px;

	padding: 0 0 15px 0;

	background:#fff url(images/backgrounds/bg_branding.png) no-repeat;

	}



.left {

	float:left;

	}



.right {

	float:right;

	}



#sidebar {

	width: 300px;

	float:right;

	}



/* The 3 columns on the homepage */



#homeleftcol {

	width:30%;

	border-right:1px solid #ccc;

	padding-right:20px;

	text-align:justify;

	float:left;

	}

	

#homemidcol {

	width:30%;

	padding:0 20px 0 20px;

	text-align:justify;

	float:left;

	}

	

#homerightcol {

	width:30%;

	border-left:1px solid #ccc;

	padding-left:20px;

	text-align:justify;

	float:right;

	}

		



	/******************************************

*   Navigation Bars (main and channels)                        

******************************************/



/*Main Navbar page navigation */



#nav {

	width: 950px;

	background:#FFF;

	}



/* Channel navigation */



#catnav  {

	width:945px;

	height:59px;

	background: url('images/channelnav/navbackground.gif') no-repeat;

	color: #fff;

	margin: 0 0 5px 0;

	padding: 3px 10px 0 10px;

	font:1em Georgia, Arial, Verdana, Sans-Serif;

	font-weight:bold;

	}

	

#catnav2  {

	width:945px;

	height:59px;

	background: url('images/channelnav/navbackground2.gif') no-repeat;

	color: #fff;

	margin: 0;

	padding: 3px 20px 0 20px;

	font:1em Georgia, Arial, Verdana, Sans-Serif;

	font-weight:bold;

	}

	

/*#catnav, #catnav ul {

	list-style: none;

	line-height: 110%;

	}



#catnav a, #catnav a:hover {

	display: block;

	text-decoration: none;

	border:none;

	}



#catnav li {

	background:#92181D;

   color:#fff;

	margin:0 0 5px 0;

	padding:5px;

	float: left;

	list-style:none;

	}



#catnav a, #catnav a:visited {

	display:block;

	font-weight:bold;

	color: #fff;

	padding:5px;

	}



#catnav a:hover {

	color:#fff;

	text-decoration:none;

	}	





 Dropdown Menus for categories  

		



#catnav li ul {

	position: absolute;

	z-index: 10;

	left: -999em;

	height: auto;

	width: 174px;

	}

	

#catnav li ul ul {

	margin: -2em 0 0 172px;

	}



#catnav li:hover ul ul, #catnav li.sfhover ul ul {

	left: -999em;

	}



#catnav li li {

	width: 172px;

	background:#92181D;

	}



#catnav li li a, #catnav li li a:visited {

	font-weight:normal;

	font-size:0.9em;

	}



#catnav li li a:hover, #catnav li li a:active {background:inherit;}	

	

#catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul {left: auto;}

*/





/******************************************

*   Sidebar stuff exept hyperlinks                        

******************************************/

	

#sidelist li {list-style:none}

	

.bullets li {

	list-style:disc;

	border-bottom:1px solid #FFF;

	}

	

#sidelist .bullets li {

	list-style:disc;

	margin-bottom:5px;

	margin-left:22px;

	}



#sidelist .children {background:#fff;}



#sidelist .children li {

	background: #fff;

	list-style: none;

	margin-left:15px;

	padding-left:15px;

	}

	

#sidelist .recent li{

	margin-bottom: 5px;

	padding-left: 20px;

}



#sidelist .recent-comments li{

	margin-bottom:5px;

	padding-left:20px;

}



#sidelist .more li{

	margin-bottom:5px;

	padding-left:20px;

	}



#feed {

	margin-bottom:5px;

   border: none;

	}

	

	

	

/******************************************

*   All Headlines and related stuff                         

******************************************/



.leadmeta, .leadmeta a {/* That�s how the Date and Author appear in the leadarticle section above the Headline */

	font: 0.9em Georgia, "Times New Roman", Times, serif;

	margin-top:-4px;

	color:#ddd;

	text-decoration:none;

	}

	

/*.cat-head { Background for the category teasers headline on the homepage 

	width: 100%;

	margin-bottom:20px;

	color: #000;

	border-left: 2px solid #92181D;

	border-right: 2px solid #92181D;

	background:#fff;

	padding:3px 2px 1px 4px;

	}*/



h1 {

	color: #92181D;

	font: 1.8em Georgia, Arial, Verdana, Sans-Serif;

	font-weight: bold;7

	padding: 20px 0px 0px 10px;

	}

	

h2 {

	color: #FCA618;

	font: 1.9em Georgia, Arial, Verdana, Sans-Serif;

	text-align: center;

	font-weight:normal;

	padding-bottom:8px;

	margin: 20px 0;

	}



h3 {

	font: 1em Georgia, Arial, Verdana, Sans-Serif;

	letter-spacing:0.1em;

	margin-bottom:4px;

	font-weight:bold;

	color:#666;

	}



#sidebar h2, #sidebar h3 a {

	font: 1em Georgia, Arial, Verdana, Sans-Serif;

	letter-spacing:0.1em;

	margin-bottom:4px;

	font-weight:bold;

	color:#FCA618;

	}



#sidebar h3, #sidebar h2 {

	font: 1em Georgia, Arial, Verdana, Sans-Serif;

	border-bottom:1px dashed #000;

	padding:5px 0 5px 2px;

	margin:20px 0 15px 0;

	color:#FCA618;

	}



h3#respond {

	border-top:4px solid #ddd;

	margin-top:25px;

	padding-top:20px

	}



h3#comments {

	margin-top:32px

	}



h4 {

	color:#444;

	font-size:1.2em;

	margin-bottom:6px;

	}

	

/******************************************

*   Content styles                    

******************************************/



/* some structural styles for the content area */



#content {/* main content (left of sidebar) */

	width:575px;

	float:left

	}



#pagecontent { /* content area in static pages (without sidebar) */

	width:775px;

	float:left;

	}



#homecontent-top {

	width:940px;

	margin-top:25px;

	}

	

#homecontent-bottom {/* The lower area of the homepage */

	width:900px;

	margin-top:20px;

	}



#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */

	width: 600px;

	}



#homecontent-topright {/* The right upper area (where the three feature boxes appear) */

	width: 300px;

	}

	





/* The lead story on the homepage */



#leadcontainer {

	background:#FFF;

	color:#333;

	border-top:4px solid #FCA618;

	border-bottom:4px solid #FCA618;

	margin: 0;

	padding:0 10px 15px 10px;

	width:575px;

	min-height:350px;

	}

	

#leadcontainer img {

	border: none;

}



#leadcontainer:hover {

	border-top:4px solid #92181D;

	border-bottom:4px solid #92181D;

	}



#leadcontainer .title {

	font:24px 'CourierNewPSMT', 'Courier New', 'monospace';

	font-weight: bold;

	line-height:100%;

	display:block;

	padding: 0;

	color: #000;

	}



#leadheader {

	display:block;

	}



#leadheader a {color:#666;}





#homebottom {/* That�s the nice shadow below the leadcontainers */

	width:575px;

	height:46px;

	background:url(images/backgrounds/homebottom.png);

	}

	



.read-on a { /* This can be used to format the "continue reading..." link in the lead story */

	color:#FCA618;

	text-decoration:none;

	}

	

.read-on a:hover {color:#666!important;}



/* The second lead story on the homepage */



#container2 {

	background:#fff;

	color:#333;

	border-top:4px solid #FCA618;

	border-bottom:4px solid #FCA618;

	margin: 0;

	padding:0 10px 15px 10px;

	width:575px;

	min-height:350px;

	}



#container2:hover {

	border-top:4px solid #92181D;

	border-bottom:4px solid #92181D;

	}



#container2 .title {

	font:24px 'CourierNewPSMT', 'Courier New', 'monospace';

	font-weight: bold;

	line-height:100%;

	display:block;

	padding: 0;

	color: #000;

	}



#header2 {

	display:block;

	}



#header2 a {color:#666;}





/* Featured Articles formatting in "hometop-rightcol" 



.feature {

	background: #FFF;

	padding:10px 10px 10px 20px;

	border-top:2px solid #92181D;

	border-bottom:2px solid #92181D;

	}



.feature:hover {

	background:#fff;

	border-top:2px solid #ccc;

	border-bottom:2px solid #ccc;

	}

*/

/*.feature p { margin:0;	}



#hometop-rightcol img {

	margin-bottom:4px;

	padding:1px;

	border:1px solid #999;

	}



#hometop-rightcol .feature {margin-bottom: 10px;}



#hometop-rightcol.title, #hometop-rightcol a.title  {

	font: 1.4em 'Lucida Sans', Georgia, "Times New Roman", Times, serif;

	font-size:;

	color: #92181D;

	margin:10px 0 15px 0;

	}

*/

/**********************************************************/

	

.description {

	font-size: 1.3em;

	font-weight: bold; 

	color:#999;

	}

		

.title, a.title  {

	font: 1.4em Georgia, Arial, Verdana, Sans-Serif;

	font-style: italic;

	color: #92181D;

	margin:10px 0 5px 0;

	}

		

#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {

	border-bottom:1px solid #ccc;

	padding:12px 0;

	}	



/* Pagination formats for the achives (previous and next links) */	



.navigation a {

	text-align:center;

	font-size:0.9em;

	text-decoration:none;

	color:#666;

	border: none;

	}



.navigation a:hover {

	background-color:#eee;

	}



.preventries {

	float:left;

	}



.nextentries {

	float:right;

	}

	



/*Post Formatting*/



.entry {

	padding-bottom:28px;

	text-align:justify;

	}



.post blockquote {

	font: 1em 'CourierNewPSMT', 'Courier New', 'monospace';

	color:#666;

	padding:6px 14px;

	margin:18px 35px;

	border-top:1px dotted #DDD;

	border-bottom:1px dotted #DDD;

	}	



.post ul li {

	list-style:square;

	margin-bottom:5px;

	margin-left:42px;

	}



.post ol li {

	margin-bottom:5px;

	margin-left:48px;

	}

	

#tags {

   font: 0.9em Georgia, Arial, Verdana, Sans-Serif;

	font-style: italic;

	padding:5px;

	border-bottom:1px dashed #999;

	border-top:1px dashed #999;	

	}	

		













.postmetadata {margin: 30px 0;}

	



/* Form Elements */



select {

	background:#eee;

	border-top:2px solid #999;

	border-bottom:2px solid #999;

	border-left:none;

	border-right:none;

	width:100%

	}

	



#searchform {padding:16px 5px 0 0;}



.searchbutton {

	font-family: Georgia, Arial, Verdana, Sans-Serif;

	font-weight:bold;

	padding: 1px;

	background:#fff;

	color:#999;

	border:1px solid #ddd;

	}



.searchbutton:hover {

	color:#666;

	background:#eee;

	border:1px solid #999;

	text-decoration:none;

	}



.searchfield {

	width:150px;

	padding: 1px 1px 1px 20px;

	background: url(images/icons/search-16.png) no-repeat #fff;

	color:#666;

	border:1px solid #ddd;

	}



.searchfield:hover, .searchfield:focus {

	background: url(images/icons/search-16.png) no-repeat #eee;

	border:1px solid #999;

	text-decoration:none;

	}





.button {

	font-weight:bold;

	padding: 1px;

	background:#fff;

	color:#666;

	border-top:2px solid #ddd;

	border-bottom:2px solid #ddd;

	border-left:none;

	border-right:none;

	}



.button:hover {

	color:#333;

	background:#eee;

	border-top:2px solid #999;

	border-bottom:2px solid #999;

	border-left:none;

	border-right:none;

	text-decoration:none;

	}



#commentform input {

	width: 170px;

	margin: 5px 5px 1px 0;

	border-top:2px solid #ddd;

	border-bottom:2px solid #ddd;

	border-left:none;

	border-right:none;

	}



#commentform textarea {

	background:#eee;

	width: 100%;

	margin-top:5px;

	border-top:2px solid #ddd;

	border-bottom:2px solid #ddd;

	border-left:none;

	border-right:none;

	}



#commentform textarea:hover, #commentform textarea:focus {background:#fff;}





/* Comments*/



.commentlist {

	padding-left:30px;

	}

	

.commentlist li {

	margin: 15px 0 3px;

	padding: 8px 15px 10px 15px;

	background:#fff;

	border-top:1px solid #999;

	border-bottom:1px solid #999;

	}



#commentform small {

	background:#FFF;

	font-weight:bold;

	padding:0;

	}

	

.commentmetadata {

	display: block;

	}



.commentlist small {

	background:#fff;

	padding:2px 5px 2px 5px;

	border-top:1px dotted #999;

	border-bottom:1px dotted #999;

	}



.commentlist cite { font-weight:bold; }	

	

	

/* Float Properties*/



.clear {

	clear:both;

	}



.clearfloat:after {

	display:block;

	visibility:hidden;

	clear:both;

	height:0;

	content:".";

	}



.clearfloat {/*never delete this otherwise MSIE will kill the layout */

	display:inline-block;

	}	



.clearfloat {/*never delete this otherwise MSIE will kill the layout */

	display:block;

	}

	

	

/******************************************

*   Footer                        

******************************************/

#footer {

	margin: 0 auto;

	padding: 0 0 20px 0;

	width: 940px;

	font-size:0.9em;

	text-align:center;

	color:#666;

	}



#footer a {

       color:#333;

	}